[INFO] cloning repository https://github.com/HiFiveJazz/handwritten-clock
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HiFiveJazz/handwritten-clock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHiFiveJazz%2Fhandwritten-clock", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHiFiveJazz%2Fhandwritten-clock'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd8af65db25daa4e191c2197f45d63d7f3b7ce4d
[INFO] fixing HiFiveJazz/handwritten-clock against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHiFiveJazz%2Fhandwritten-clock" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HiFiveJazz/handwritten-clock
[INFO] finished tweaking git repo https://github.com/HiFiveJazz/handwritten-clock
[INFO] tweaked toml for git repo https://github.com/HiFiveJazz/handwritten-clock written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HiFiveJazz/handwritten-clock on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HiFiveJazz/handwritten-clock already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded usvg v0.18.0
[INFO] [stderr]   Downloaded svgtypes v0.8.2
[INFO] [stderr]   Downloaded fontdb v0.6.2
[INFO] [stderr]   Downloaded kurbo v0.8.0
[INFO] [stderr]   Downloaded tiny-skia v0.6.6
[INFO] [stderr]   Downloaded rustybuzz v0.4.0
[INFO] [stderr]   Downloaded resvg v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22
[INFO] running `Command { std: "docker" "start" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling unicode-general-category v0.4.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking ttf-parser v0.12.3
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking unicode-ccc v0.1.2
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.1.0
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking data-url v0.1.1
[INFO] [stderr]     Checking svgtypes v0.8.2
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking kurbo v0.8.0
[INFO] [stderr]     Checking pico-args v0.4.2
[INFO] [stderr]     Checking rctree v0.4.0
[INFO] [stderr]     Checking roxmltree v0.14.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking svgfilters v0.4.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling minifb v0.23.0
[INFO] [stderr]     Checking rustybuzz v0.4.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking tiny-skia v0.6.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking tempfile v3.17.1
[INFO] [stderr]     Checking fontdb v0.6.2
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking usvg v0.18.0
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking resvg v0.18.0
[INFO] [stderr]     Checking handwritten-clock v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `resvg::usvg`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use resvg::usvg;
[INFO] [stdout]   |     ^^^^^^^----
[INFO] [stdout]   |            |
[INFO] [stdout]   |            no `usvg` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `tiny_skia::Color` in the current scope
[INFO] [stdout]    --> src/main.rs:22:28
[INFO] [stdout]     |
[INFO] [stdout]  22 |     paint.set_color(Color::new(0, 0, 0, 255));  // Set the color to black
[INFO] [stdout]     |                            ^^^ associated function or constant not found in `tiny_skia::Color`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `tiny_skia::Color` consider using one of the following associated functions:
[INFO] [stdout]       tiny_skia::Color::from_rgba
[INFO] [stdout]       tiny_skia::Color::from_rgba8
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.6.6/src/color.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn from_rgba(r: f32, g: f32, b: f32, a: f32) -> Option<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 235 |     pub fn from_rgba8(r: u8, g: u8, b: u8, a: u8) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `ne` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:263:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `resvg::usvg`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use resvg::usvg;
[INFO] [stdout]   |     ^^^^^^^----
[INFO] [stdout]   |            |
[INFO] [stdout]   |            no `usvg` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:38:33
[INFO] [stdout]     |
[INFO] [stdout]  38 |             .update_with_buffer(pixmap.data(), width as usize, height as usize)
[INFO] [stdout]     |              ------------------ ^^^^^^^^^^^^^ expected `&[u32]`, found `&[u8]`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u32]`
[INFO] [stdout]                found reference `&[u8]`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minifb-0.23.0/src/lib.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn update_with_buffer(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `tiny_skia::Color` in the current scope
[INFO] [stdout]    --> src/main.rs:22:28
[INFO] [stdout]     |
[INFO] [stdout]  22 |     paint.set_color(Color::new(0, 0, 0, 255));  // Set the color to black
[INFO] [stdout]     |                            ^^^ associated function or constant not found in `tiny_skia::Color`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `tiny_skia::Color` consider using one of the following associated functions:
[INFO] [stdout]       tiny_skia::Color::from_rgba
[INFO] [stdout]       tiny_skia::Color::from_rgba8
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.6.6/src/color.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn from_rgba(r: f32, g: f32, b: f32, a: f32) -> Option<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 235 |     pub fn from_rgba8(r: u8, g: u8, b: u8, a: u8) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `ne` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:263:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `handwritten-clock` (bin "handwritten-clock") due to 3 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:38:33
[INFO] [stdout]     |
[INFO] [stdout]  38 |             .update_with_buffer(pixmap.data(), width as usize, height as usize)
[INFO] [stdout]     |              ------------------ ^^^^^^^^^^^^^ expected `&[u32]`, found `&[u8]`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u32]`
[INFO] [stdout]                found reference `&[u8]`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minifb-0.23.0/src/lib.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub fn update_with_buffer(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `handwritten-clock` (bin "handwritten-clock" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22", kill_on_drop: false }`
[INFO] [stdout] 59e5f0cf4225dd39ee2bf4131433bfa7776142873ee48a5464dadfe62e3b8a22
